home *** CD-ROM | disk | FTP | other *** search
- BODY {
- margin: 0em;
- font-family: arial;
- line-height: 1.1;
- color: black;
- font-size: 10pt
- }
-
- #question {
- margin: 3em;
- font-family: arial;
- line-height: 1.1;
- color: black;
- font-weight: bold;
- font-size: 6pt;
- }
-
- H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV,
- DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR { display: block }
-
- B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP,
- IMG, SPAN { display: inline; }
-
- LI { display: list-item }
-
- H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
- H5, H6 { margin-top: 1em }
- H1 { text-align: left }
- H1, H2, H4, H6 { font-weight: bold }
- H3, H5 { font-style: italic }
-
- H1 { font-size: 16pt }
- H2 { font-size: 14pt }
- H3 { font-size: 12pt }
-
- B, STRONG { font-weight: bolder } /* relative to the parent */
- I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
- PRE, TT, CODE, KBD, SAMP { font-family: monospace }
-
- PRE { white-space: pre }
-
- ADDRESS { margin-left: 3em }
- BLOCKQUOTE { margin-left: 3em; margin-right: 3em }
-
- UL, DIR { list-style: disc }
- OL { list-style: decimal }
- MENU { margin: 0 }
- LI { margin-left: 3em }
-
- DT { margin-bottom: 0 }
- DD { margin-top: 0; margin-left: 3em }
-
- HR { border-top: 0px solid blue }
-
- A:link { color: blue; font-style: none } /* unvisited link */
- A:visited { color: black } /* visited links */
- A:active { color: orange } /* active links */
-
- A:hover { color:orange };
-
- A:link IMG { border: 0px solid blue }
- A:visited IMG { border: 0px solid red }
- A:active IMG { border: 0px solid lime }